home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / PVDRIVER / VPRVESA.ZIP / VPRVESA.TXT < prev   
Text File  |  1993-12-01  |  17KB  |  441 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.          VV     VV PPPPPPPP  RRRRRRRR  VV     VV EEEEEEEEE   SSSSSS      AAA
  19.          VV     VV PPPPPPPPP RRRRRRRRR VV     VV EEEEEEEEE  SSSSSSSS    AAAAA
  20.          VV     VV PP     PP RR     RR VV     VV EE         SS         AA   AA
  21.          VV     VV PP     PP RR     RR VV     VV EE         SS        AA     AA
  22.          VV     VV PPPPPPPPP RRRRRRRRR VV     VV EEEEEE      SSSSSS   AA     AA
  23.          VV     VV PPPPPPPP  RRRRRRRR  VV     VV EEEEEE       SSSSSS  AAAAAAAAA
  24.           VV   VV  PP        RR  RR     VV   VV  EE                SS AAAAAAAAA
  25.            VV VV   PP        RR   RR     VV VV   EE                SS AA     AA
  26.             VVV    PP        RR    RR     VVV    EEEEEEEEE  SSSSSSSS  AA     AA
  27.              V     PP        RR     RR     V     EEEEEEEEE   SSSSSS   AA     AA
  28.  
  29.  
  30.  
  31.                                     VESA VBE driver
  32.                                for the Diamond Viper VLB
  33.  
  34.                                       Version 1.2
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.           Program and Documentation Copyright (c) 1993, Himalaya Software,
  53.           All Rights Reserved. VPRVESA is a trademark of Himalaya Software.
  54.           Other product and company names are trademarks of their respective
  55.           owners.
  56.  
  57.           Table of Contents
  58.           __________________________________________________________________
  59.  
  60.  
  61.           Table of Contents
  62.  
  63.           Introduction ................................................... 1
  64.           Installation ................................................... 1
  65.              Manual installation ......................................... 2
  66.           Command Line Options ........................................... 3
  67.              /? - Help ................................................... 3
  68.              /D - Diagnostics ............................................ 4
  69.              /Mx - User mode ............................................. 4
  70.              /U - Unloading .............................................. 5
  71.              80x25 ... 132x60 - Set alphanumeric mode .................... 5
  72.           The Optional SETMODE Utility ................................... 5
  73.           How To Contact Us? ............................................. 6
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.           ___________________________________________________________________
  110.           ii                                       (c) 1993 Himalaya Software
  111.  
  112.                                                                  Introduction
  113.           ___________________________________________________________________
  114.  
  115.  
  116.           Introduction
  117.  
  118.              Thanks for using VPRVESA, the newest VESA VBE (VESA for short)
  119.              driver for the Diamond Viper.
  120.  
  121.              What are the benefits of this driver versus the Diamond VESA
  122.              driver?
  123.  
  124.              *  The driver will load itself into High Memory (the region
  125.                 between 640KB and 1MB) if there is a memory manager (like
  126.                 EMM386, QEMM-386, and 386MAX) loaded. It doesn't leave holes
  127.                 in the base memory (below the 640K boundary). If you don't
  128.                 have a memory manager loaded - God forbids you - it will act
  129.                 as a normal TSR and takes up just under 3KB of memory.
  130.              *  It supports both 15-bit and 16-bit HiColor modes, whereas
  131.                 Diamond's VESA driver only supports 15-bit HiColor modes.
  132.              *  640x400x256 (VESA mode 100H) is supported. Games like
  133.                 Links/386 Pro and The Seventh Guest work like a charm with
  134.                 this video mode.
  135.              *  Dual buffering for the 640x400x256 video mode. This means
  136.                 that programs like Flight Simulator 5, which use dual
  137.                 buffering for animation purposes, will work on your Diamond
  138.                 Viper. The only drawback is that you will need 2MB of VRAM
  139.                 installed. If you only have 1MB of VRAM, the games will
  140.                 produce video output, but since the second frame buffer is
  141.                 not available, the screen will flicker.
  142.              *  Up to four user modes can be specified when loading VPRVESA.
  143.                 User modes can be defined by the (optional) companion program
  144.                 SETMODE. If you want a resolution of 1024x1024, just define
  145.                 it with SETMODE and VPRVESA will support it.
  146.              *  It complies to the VESA VBE 1.2 standard, which means a
  147.                 program can set the DAC color resolution from 6 bits (256000
  148.                 colors in the palette) to 8 bits (16 million colors in the
  149.                 palette).
  150.  
  151.              You see, this program has more functionality than the Diamond's
  152.              VESA driver, and it takes up less space in your precious DOS
  153.              memory!
  154.  
  155.  
  156.           Installation
  157.  
  158.              Installing the VPRVESA program can be done either manually or by
  159.              using the INSTALL program, which is available to all registered
  160.              users.
  161.  
  162.  
  163.  
  164.           ___________________________________________________________________
  165.           VPRVESA User's Manual                                             1
  166.  
  167.           Manual Installation
  168.           ___________________________________________________________________
  169.  
  170.  
  171.              When running the INSTALL program from the diskette, it first
  172.              will search for the directory where the other Viper utilities
  173.              are stored in (usually C:\VIPER). If it can't find that
  174.              directory, it will ask the user where this directory is located.
  175.  
  176.              Next, it will ask the user the name, serial number, and access
  177.              key printed on the registration card you have received once you
  178.              have registered. Case is not significant in the name, you can
  179.              use upper- and lowercase letters just as you want.
  180.  
  181.              After this, it will copy the file from diskette to your fixed
  182.              disk. When this copy has been completed, it will ask you if the
  183.              AUTOEXEC.BAT file may be changed. If you say no, you must change
  184.              this file manually, see the next section. The original
  185.              AUTOEXEC.BAT file will be backup up with the name AUTOEXEC.BAK.
  186.  
  187.              Now, the installation is finished and you can return to DOS. To
  188.              load the VPRVESA driver you must reboot your machine by using
  189.              Ctrl-Alt-Del.
  190.  
  191.              Manual installation
  192.  
  193.                 If you have the ShareWare version of VPRVESA, you will have
  194.                 to copy the files manually to the directory where the other
  195.                 Viper utilities are located, usually C:\VIPER. You can do
  196.                 this by typing the following line at the command prompt:
  197.  
  198.                    C> COPY A:*.* C:\VIPER
  199.  
  200.                 in which C:\VIPER is the directory in which you have copied
  201.                 the files.
  202.  
  203.                 Also, you have to add the following lines to the end of your
  204.                 AUTOEXEC.BAT file:
  205.  
  206.                    SET VIPERPATH=C:\VIPER
  207.                    C:\VIPER\VPRVESA
  208.  
  209.                 in which C:\VIPER is the directory in which you have copied
  210.                 the files. These lines set the VIPERPATH variable, which is
  211.                 needed by all other Viper utilities and drivers, and load the
  212.                 VESA driver. You must remove the following line from your
  213.                 AUTOEXEC.BAT file if it is specified:
  214.  
  215.                    VPRMODE VESA
  216.  
  217.                 since you don't need Diamond's VESA driver anymore.
  218.  
  219.           ___________________________________________________________________
  220.           2                                        (c) 1993 Himalaya Software
  221.  
  222.                                                          Command Line Options
  223.           ___________________________________________________________________
  224.  
  225.  
  226.                 You may wish to add the C:\VIPER directory to your PATH, so
  227.                 the VPR